fix(designer-v2): change actiontype filter value from 'trigger' to 'triggers'#9130
Open
lisajmeyer wants to merge 3 commits into
Open
fix(designer-v2): change actiontype filter value from 'trigger' to 'triggers'#9130lisajmeyer wants to merge 3 commits into
lisajmeyer wants to merge 3 commits into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Fixes the v2 trigger browse panel filter mismatch by aligning actionType filter values with what the connector browse logic expects.
Changes:
- Update
filters.actionTypevalues from singular to plural (trigger→triggers,action→actions) inBrowseView.
Contributor
🔒 AI Validation PendingThis PR is from an external contributor. AI validation will be performed after manual review by a maintainer. Maintainers: Add the |
This was referenced May 4, 2026
This was referenced May 11, 2026
This was referenced May 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Commit Type
Risk Level
What & Why
Fixes a bug in the v2 trigger browse panel where the actiontype filter is added as "trigger" singular, but in the connector browse the filter is checked against "triggers" plural, and so the filter always defaults to showing actions. This has two side effects:
This is only an issue when browsing via categories. Searching works as expected
Impact of Change
Test Plan
Contributors
Screenshots/Videos